home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0275.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.4 KB  |  43 lines

  1. On 27-Okt-97, mortenbo smashed the keyboard with:
  2.  
  3. >Hello Folx!
  4.  
  5. >I have a little problem that i need a solution to really fast!
  6.  
  7. >I have a code like this:
  8.  
  9. >screen open 0,320,256,4,
  10. >load iff "work:retroPointer.iff",0
  11. >get bob 1,10,10 to 26,30
  12. >change mouse 4
  13.  
  14. >If i'am not mistaking i now have a hardware sprite as a pointer.
  15.  
  16. >But my new pointer has the same ugly colour as the default mouse pointer
  17. >in Amos.
  18. >How do i get the right colours back on my hardware sprite (Pointer)
  19.  
  20. >Ok, i'll hope you guy's understand what i mean.
  21.  
  22. >I need a ansver to this by Monday evening, so PLEEEES ansver Quick!!
  23.  
  24. Well, hope this was quick enough for you..
  25.  
  26. Mouse pointer is using sprite 0, and the colours for that can be set as
  27. colours 17, 18 and 19 (16 is transparent), if it don't work then try other
  28. registers from 20->31... Mouse pointer MUST be in 4 colours....
  29.  
  30. Hope it helps..
  31.  
  32. -- 
  33. Happy greetings, Yours..
  34. __________________________________________________________________________
  35.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  36.   / / / /_/ / ____/  \ \___\  __ \ \ \  Nyvej 8, DK-4450 Jyderup, Denmark
  37.  /_/ /_____/_/        \_____\_\ \_\ \_\             top_cat@post8.tele.dk
  38. --------------------------------------------------------------------------
  39.  Foolproof operation = All parameters are hard coded.
  40. --------------------------------------------------------------------------
  41.  
  42.  
  43.